projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e630dc
)
Use ACLOCAL in autogen.sh
author
Javier Jardón
<jjardon@gnome.org>
Thu, 13 May 2010 15:10:04 +0000
(17:10 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Thu, 13 May 2010 15:11:12 +0000
(17:11 +0200)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 1c04f8d76d8c6763f2b0b81a6d4125d93a56aaf5..4bdce3bcaf1f58db0bd59b92e78b753400823e59 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-105,6
+105,8
@@
rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
+$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
+
libtoolize --force || exit $?
gtkdocize || exit $?